home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / a-d / amms / mbtext / english / com / batch_upload < prev    next >
Encoding:
Text File  |  1995-05-05  |  2.0 KB  |  138 lines

  1. ;
  2. ;    $VER: AMMS BATCH UPLOAD 1.14 [English] / 16-03-1995
  3. ;
  4. ;    Translation by The Terminator
  5. ;
  6.  
  7.  
  8.  
  9. ; Prompt: Max. number of files
  10. ; ----------------------------
  11. *
  12. Max. number of files (1-400) : 
  13. *
  14. ;
  15. ; Prompt: Tmp-Directory for files
  16. ; -------------------------------
  17. *
  18. Tmp-Directory : 
  19. *
  20. ;
  21. ; Prompt: Name of evasiveboard
  22. ; ----------------------------
  23. *
  24. Evasiveboard : 
  25. *
  26. ;
  27. ; Prompt: Name of default board
  28. ; -----------------------------
  29. *
  30. Targetboard : 
  31. *
  32. ;
  33. ; Fileboard does not exist
  34. ; ------------------------
  35. ;    Var1: Name of board
  36. *
  37. Fileboard "{var1}" does not exist !^J
  38. *
  39. ;
  40. ; No access to fileboard
  41. ; ----------------------
  42. ;    Var1: Name of board
  43. ;    PATH: Directory of board
  44. *
  45. Access to upload in fileboard "{path}{var1}" denied !^J
  46. *
  47. ;
  48. ; Buffer-Error
  49. ; ------------
  50. *
  51. Buffer-Error ! Please contact sysop !^J
  52. *
  53. ;
  54. ; Read-Error
  55. ; ----------
  56. *
  57. Read-Error ! Please contact sysop !^J
  58. *
  59. ;
  60. ; Not enough space for file
  61. ; --------------------------
  62. *
  63. Not enough space for file ! Choose another board !^J
  64. *
  65. ;
  66. ; File already exists
  67. ; -------------------
  68. *
  69. File already exists ! Choose another name !^J
  70. *
  71. ;
  72. ; Start Upload
  73. ; ------------
  74. *
  75. Batch-Upload V{VERSION}.{REVISION}^J^J
  76. Upload with {PROTOCOL} !^J
  77. *
  78. ;
  79. ; XPR-library not found
  80. ; ---------------------
  81. *
  82. XPR-library not found !^J
  83. *
  84. ;
  85. ; x files transferred and upload aborted
  86. ; --------------------------------------
  87. ; Var4: Number of transferred files
  88. *
  89. ^JUpload aborted^J
  90. {VAR1} file(s) transferred !^J
  91. *
  92. ;
  93. ; x files transferred
  94. ; -------------------
  95. ; Var4: Number of transferred files
  96. *
  97. ^J{VAR1} file(s) transferred !^J
  98. *
  99. ;
  100. ; Input: name of file
  101. ; -------------------
  102. ;    Var5: Name of original file
  103. *
  104. Origname  : {VAR5}^J
  105. Filename  : 
  106. *
  107. ;
  108. ; Input: Name of board
  109. ; --------------------
  110. *
  111. Board : 
  112. *
  113. ;
  114. ; Input: Comment
  115. ; --------------
  116. *
  117. Comment : 
  118. *
  119. ;
  120. ; Editor comment
  121. ; --------------
  122. ;    Var6 : Filename
  123. *
  124. Comment to file "{var6}" (max. 5 lines !)
  125. *
  126. ;
  127. ; Path: Upload
  128. ; ------------
  129. *
  130. mbbatch:upload/
  131. *
  132. ;
  133. ; RunFileBatch: clear screen
  134. ; --------------------------
  135. *
  136. #RESET##HOME##CLS#
  137. *
  138.